home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 March / PCWMAR09.iso / Software / Freeware / Adobe Media Player 1.6 / adobe_media_player.air / AMP.swf / scripts / mx / managers / IToolTipManagerClient.as < prev    next >
Encoding:
Text File  |  2008-11-25  |  254 b   |  13 lines

  1. package mx.managers
  2. {
  3.    import mx.core.IFlexDisplayObject;
  4.    
  5.    public interface IToolTipManagerClient extends IFlexDisplayObject
  6.    {
  7.       function get toolTip() : String;
  8.       
  9.       function set toolTip(param1:String) : void;
  10.    }
  11. }
  12.  
  13.